quickSearch

Class: com.microstrategy.web.app.taglibs.QuickSearchTag

Description:

QuickSearchTag.

Usage:

This custom tag allows users to displayed the Quick Search dialog on the interface, consisting on the text box, the GO button, and the code required to have the form submitted.
 <web:quickSearch runat="server" />
 


Name Required? Description
objectTypes false Sets the list of object-types used for searching. This must be a comma separated list of object-types. Valid object types are those from the EnumDSSXMLObjectSubTypes or EnumDSSXMLObjectTypes enumerations.
rootFolderId false Sets the id of the folder to be used as root for searching. This must be a valid id of a folder existing in the md.
runat true Indicates that the ASP.Net control should be processed on the server
sysFolder false Sets the system folder name as defined in EnumDSSXMLFolderNames to be used as root for searching. When a non-system folder should be used, this value must be set to "0". Assigning any other value will clear the root folder id parameter.